The following script is incorporated into the dummy button. on (keyPress "1") { VX1 = Number(VX1)+Number(plusV); VY1 = Number(VY1)+Number(plusV); tellTarget ("/tenkey/key1") { gotoAndPlay (2); } } on (keyPress "2") { VX2 = Number(VX2)+Number(plusV); VY1 = Number(VY1)+Number(plusV); tellTarget ("/tenkey/key2") { gotoAndPlay (2); } } on (keyPress "3") { VX3 = Number(VX3)+Number(plusV); VY1 = Number(VY1)+Number(plusV); tellTarget ("/tenkey/key3") { gotoAndPlay (2); } } on (keyPress "4") { VX1 = Number(VX1)+Number(plusV); VY2 = Number(VY2)+Number(plusV); tellTarget ("/tenkey/key4") { gotoAndPlay (2); } } on (keyPress "5") { VX2 = Number(VX2)+Number(plusV); VY2 = Number(VY2)+Number(plusV); tellTarget ("/tenkey/key5") { gotoAndPlay (2); } } on (keyPress "6") { VX3 = Number(VX3)+Number(plusV); VY2 = Number(VY2)+Number(plusV); tellTarget ("/tenkey/key6") { gotoAndPlay (2); } } on (keyPress "7") { VX1 = Number(VX1)+Number(plusV); VY3 = Number(VY3)+Number(plusV); tellTarget ("/tenkey/key7") { gotoAndPlay (2); } } on (keyPress "8") { VX2 = Number(VX2)+Number(plusV); VY3 = Number(VY3)+Number(plusV); tellTarget ("/tenkey/key8") { gotoAndPlay (2); } } on (keyPress "9") { VX3 = Number(VX3)+Number(plusV); VY3 = Number(VY3)+Number(plusV); tellTarget ("/tenkey/key9") { gotoAndPlay (2); } gotoAndPlay ("loop1"); }